﻿/* iPhone 4 ----------- */
@media only screen and (min-device-width: 800px)  and (max-device-width: 1439px) {    
     /*view de login*/
    /*--------------------------------------------------------------------------------------*/
    #DivIdentificacaoResponsavel {
        position: absolute;
        width: 40%;
        /*height: 50%;*/
        left: 38%;
        width: 380px;
        height: 450px;
        top: 18%;
        box-shadow: 0px 1px 4px #888888;
    }

    #divLogo {
        position: absolute;
        top: 5%;
        left: 37%;
        width: 35%;
        height: 30%;
    }

    
    #divCabecalhoPortal{
        font-size:1.2em;
        top:5%;
        position:absolute;
    }


    #divCPF {
        position: absolute;
        top: 35%;
        left: 10%;
        width: 60%;
        height: 32%;
    }

    #divEmail {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 100%;
        height: 30%;
    }

    #divDtNascimento {
        position: absolute;
        top: 65%;
        left: 10%;
        width: 50%;
        height: 30%;
    }

    #divbtnEntrar {
        position: absolute;
        top: 90%;
        left: 54%;
        width: 35%;
        height: 30%;
    }

    #CPF {
        width: 100%;
    }

    #spanValidationCPF{
        width: 100%;
    }

    #Email {
        width: 85%;
    }

    #DtNascimento {
        height: 100%;
    }
    #spanDtNascimento{
        font-size:80%;
    }

    #btnEntrar {
        background-color: #4285F4;
        color: white;
    }

    #divMsg {
        position: absolute;
        top: 73%;
        left: 8%;
        width: 100%;
        height: 10%;
    }

   
}
